Calendar for WinForms | ComponentOne
C1.Win.Calendar.Exceptions Namespace / UnsupportedValueException<T> Class / UnsupportedValueException<T> Constructor
Unsupported value
Error message

In This Topic
    UnsupportedValueException<T> Constructor
    In This Topic
    Initializes a new instance of the UnsupportedValueException object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As T, _
       ByVal msg As String _
    )
    public UnsupportedValueException<T>( 
       T value,
       string msg
    )

    Parameters

    value
    Unsupported value
    msg
    Error message
    See Also